Remove board_init_f function from nand_boot.c
authorSughosh Ganu <[email protected]>
Mon, 29 Nov 2010 01:21:58 +0000 (20:21 -0500)
committerWolfgang Denk <[email protected]>
Thu, 9 Dec 2010 09:24:11 +0000 (10:24 +0100)
commit3258dcae816815c996ac4eb404c6d86be08d1c79
tree87cdac47dcb9ca966437a3af90d7536aa4018823
parenta63fbf6730e27134675a2edf2fb53279860d8062
Remove board_init_f function from nand_boot.c

Remove the board_init_f function from nand_spl/nand_boot.c. This
 function is to be defined by all boards using the nand_spl
 functionality in their individual board directory.

 Currently this function was being used by the smdk6400 board. Added
 the board specific function definition.

Signed-off-by: Sughosh Ganu <[email protected]>
Acked-by: Scott Wood <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
board/samsung/smdk6400/smdk6400_nand_spl.c [new file with mode: 0644]
nand_spl/board/samsung/smdk6400/Makefile
nand_spl/nand_boot.c